Adwaita: Add .monospace style
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Oct 2014 04:40:55 +0000 (00:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 7 Oct 2014 04:40:55 +0000 (00:40 -0400)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 4a2e4a91bec794b9ede064219b46d9c2faf862ed..5ce7ee133437081d06d6aeb804c28aa547b4df10 100644 (file)
@@ -2956,3 +2956,7 @@ GtkVolumeButton.button { padding: 8px; }
 .context-menu {
   font: initial;
 }
+
+.monospace {
+  font: Monospace;
+}
index 73d4279b0c140a88450610f929b1b57637e69381..ea7e15ec80fcc6cc000b6323ad2e066ce5a18daf 100644 (file)
@@ -4285,6 +4285,9 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
 .context-menu {
   font: initial; }
 
+.monospace {
+  font: Monospace; }
+
 /* GTK NAMED COLORS */
 @define-color theme_fg_color #eeeeec;
 @define-color theme_bg_color #393f3f;
index e1b706cbe1bf667621fb001fa4ce6a368b1a1df8..bc298154289cc3e6167da2f6fbbb3d26e77a6075 100644 (file)
@@ -4447,6 +4447,9 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
 .context-menu {
   font: initial; }
 
+.monospace {
+  font: Monospace; }
+
 /* GTK NAMED COLORS */
 @define-color theme_fg_color #2e3436;
 @define-color theme_bg_color #ededed;